Keysight VISA.NET Help
WriteBinary(Int32[]) Method



The array of Int32 integers to be added to the formatted I/O write buffer.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer.
Syntax
'Declaration
 
Overloads Sub WriteBinary( _
   ByVal data() As Integer _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Integer
 
instance.WriteBinary(data)
void WriteBinary( 
   int[] data
)
void WriteBinary( 
   array<int>^ data
) 

Parameters

data
The array of Int32 integers to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025